*{
  margin: 0;
  padding: 0;
}

/* make body full page */
html, body {
  margin: 0;
  height: 100%;
  text-align:center;
  overflow: hidden;
  user-select: none;
  /* cursor: pointer; */
  display: flex;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: 'Segoe UI';
  src: url(akr.Mali Strip);
}

.console{
  background-color: white;
  color: white;
  font-weight: bold;
  display: 

}

/* EDIT TO WORK WITH DUNKO VRP EDIT*/

@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

@keyframes fade-in {
  from { opacity: 0; }
}

.menu {
  width: 286.16px;
  height: 349px;
  position: absolute;
  bottom: 193px;
  right: 345px;
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  overflow: auto;
  align-items: center;
  font-family: "montserrat";
  gap: 5px;
  scroll-behavior: smooth;
  animation: fade-in .4s ease-in-out;
}

.menu::-webkit-scrollbar {
  display: none;
}

.menu > div {
  width: 278.31px;
  height: 49.72px;
  transform: skewX(-8deg);
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.31);
  border-radius: 11px;
  color: white;
  flex-shrink: 0;
  margin-left: 5px;
  position: relative;
  margin-top: 10px;
  transition: .3s ease;
}

.menu > div.selected {
  background: #90d4ef;
}

.menu > div:first-of-type {
  margin-top: 0;
}

.menu > div > span {
  color: #FFF;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  transform: skewX(8deg);
  margin-left: 25px;
  transition: .3s ease;

}

.menu > div.selected > span {
  color: #000;
}

.menu_description {
  position: absolute;
  top: 611px;
  right: 670px;
  color: white;
  font-family: 'montserrat';
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  max-width: 200px;
  text-align: right;
  background: rgba(0, 0, 0, 0.31);
  border-radius: 11px;
  padding: 7px;
  border-radius: 5px;
  transform: skewX(-5deg);
  animation: fade-in .4s ease-in-out;
}


@import "https://fonts.cdnfonts.com/css/montserrat";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Edu+VIC+WA+NT+Beginner:wght@400..700&family=Italianno&family=Orbitron:wght@400..900&display=swap');

.deathscreen{
    position: absolute;
    inset: 0;
    background: radial-gradient(65.97% 65.97% at 50% 50%, rgba(13, 13, 13, 0.64) 0%, #0D0D0D 100%);
}

.deathscreen > .deathscreen-wrapper{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-55%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.deathscreen > .deathscreen-wrapper > .youaredead{

    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    text-align: center;

    color: #FFFFFF;


}

.deathscreen > .deathscreen-wrapper > .killedby{

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 1.16em;

    color: #FFFFFF;


}


.deathscreen > .deathscreen-wrapper > .respawnTime{


    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    /* identical to box height */
    letter-spacing: 1.68em;

    color: rgba(255, 255, 255, 0.42);

}

.deathscreen > .deathscreen-wrapper > .respawn{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
}

.deathscreen > .deathscreen-wrapper > .respawn > .circle{
    width: 67.5px;
    height: 67.5px;
    border-radius: 90vh;
    background: rgba(255, 255, 255, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;

}

.deathscreen > .deathscreen-wrapper > .respawn > .circle i{
    font-size: 42px;
    color: #00c4ff;
    outline: 4px solid #494949;
    outline-offset: 4px;
    border-radius: 90vh;
}

.deathscreen > .deathscreen-wrapper > .respawn > .timeLeft{

    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    text-align: center;

    color: white;


}


.deathscreen > .deathscreen-wrapper > .respawn > .respawnButton{

    width: 352px;
    height: 59px;


    background: #00c4ff;
    border-radius: 4px;

    display: flex;
    align-items: center;
    justify-content: center;


    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;

    color: #181818;
    transition: 1s;
    cursor: pointer;
    

}

.deathscreen > .deathscreen-wrapper > .respawn > .respawnButton:hover{

    box-shadow: 0 0 0 7px #00c4ff3f;    
    letter-spacing: .5vh;

}

/* progress bar */
.progressbar{
  position: absolute;
}

.progressbar .inner{
}

.progressbar .label{
  position: absolute;
  color: white;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px black;
}

/* wprompt */

.wprompt {
  position: absolute;
  width: 442px;
  height: 177px;
  flex-shrink: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: fade-in .5s ease-in;
}

.wprompt:after {
  position: absolute;
  content: ' ';
  width: 222px;
  height: 222px;
  flex-shrink: 0;
  border-radius: 100px;
  background: rgba(217, 217, 217, 0.52);
  filter: blur(143.3000030517578px);
  z-index: -1;
  align-self: center;
}

.wprompt > .title {
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 19px;
  margin-left: 12px;
  position: relative;
  display: flex;
}

.wprompt > .title:after {
  position: absolute;
  content: ' ';
  bottom: -8px;
  width: 131px;
  height: 2px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #90d4ef;
  box-shadow: 0px 0px 8.6px 0px rgba(120, 203, 255, 0.44);
}

.wprompt > input{
  outline: none !important;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.13);
  color: rgb(255, 255, 255);
  border: none;
  width: 395px;
  padding-left: 22px;
  height: 73px;
  display: flex;
  margin-top: 21px;
  color: white;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 12px;
}

.wprompt > input::placeholder {
  color: rgba(255, 255, 255, 0.21);
}

.wprompt > .finish {
  width: 75px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #00c4ff;
  color: #1E1E1E;
  text-align: center;
  font-family: Montserrat;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 12px;
  margin-top: 8px;
  cursor: pointer;
  transition: .1s ease-in;
}

.wprompt > .finish:hover {
  opacity: .5;
}

/* request manager */

.request_manager {
  position: absolute;
  top: 40px;
  font-family: "montserrat";
  color: white;

  display: flex;
  flex-direction: column;
  gap: 15px;
}

.request_manager > div {
  width: 387.36px;
  height: 71px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzg4IiBoZWlnaHQ9IjcxIiB2aWV3Qm94PSIwIDAgMzg4IDcxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNDk5NjMgNUMxLjMxNzczIDUgMC4xNzUzNCAyLjUwMDAxIDIuMTcwNTcgMS42MTY5OEM0LjUxOTQ3IDAuNTc3NDMgNy4xMTg1NCAwIDkuODUyNDcgMEgzODEuMTQ3QzM4Mi40MDkgMCAzODMuNjQ0IDAuMTIzMjE0IDM4NC44MzggMC4zNTgyNzhDMzg4Ljc4MyAxLjEzNTA5IDM4Ni41MjEgNSAzODIuNSA1VjVDMzY1LjY1NSA1IDM1MiAxOC40MzE1IDM1MiAzNUMzNTIgNTEuNTY4NSAzNjUuNjU1IDY1IDM4Mi41IDY1VjY1QzM4Ny4xNjcgNjUgMzkwLjA4OCA2OS40MTE0IDM4NS41NDYgNzAuNDg4MUMzODQuMTM0IDcwLjgyMjggMzgyLjY2MSA3MSAzODEuMTQ3IDcxSDkuODUyNDhDNi45MjIwMyA3MSA0LjE0NjU0IDcwLjMzNjYgMS42Njc5OSA2OS4xNTE3Qy0wLjc2NDM1NyA2Ny45ODkgMC44MDM2NTMgNjUgMy40OTk2MyA2NVY2NUMyMC4zNDQzIDY1IDMzLjk5OTYgNTEuNTY4NSAzMy45OTk2IDM1QzMzLjk5OTYgMTguNDMxNSAyMC4zNDQzIDUgMy40OTk2MyA1VjVaIiBmaWxsPSIjQzBDMEMwIiBmaWxsLW9wYWNpdHk9IjAuMTciLz4KPC9zdmc+Cg==");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  animation: fade-in .5s ease-in;
}

.request_manager > div:before {
  position: absolute;
  left: -16px;
  content: 'F5';
  width: 39px;
  height: 39px;
  background: #56FF47;
  filter: drop-shadow(0px 4px 7.7px rgba(86, 255, 71, 0.25));
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2B2B2B;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.request_manager > div:after {
  position: absolute;
  right: -16px;
  content: 'F6';
  width: 39px;
  height: 39px;
  background: #FF4747;
  filter: drop-shadow(0px 4px 7.7px rgba(255, 71, 71, 0.25));
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2B2B2B;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.request_manager > div > .label {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.69%; 17.236px
}

.request_manager > div > .time {
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.69%; 12.535px
}

/* announce */

/* announce */

.announce{
  position: absolute;
  text-align: left;
  top: 45px;
  left: 50%;
  width: 378px;
  height: 266px;
  padding: 15px 20px 20px 20px;
  margin-left: 320px;
  font-size: 1.1em;
  text-shadow: 2px 2px black;
  color: white;
  display: none;
  opacity: 0.90;
  background-repeat: no-repeat;
} 

.announce div {
  width: 300px;
}